home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / K-L / LImacSTACK-8⁄89.cpt / LImacSTACK.8_89 / card_2352.txt < prev    next >
Text File  |  1989-08-04  |  965b  |  49 lines

  1. -- card: 2352 from stack: in.8_89
  2. -- bmap block id: 2688
  3. -- flags: 0000
  4. -- background id: 4490
  5. -- name: Comic
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=472 top=307 right=342 bottom=496
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 6721 / 6721
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Return
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual iris close to grey
  23.   visual iris open
  24.   pop cd
  25. end mouseUp
  26.  
  27.  
  28.  
  29. -- part 2 (button)
  30. -- low flags: 00
  31. -- high flags: 0000
  32. -- rect: left=446 top=314 right=334 bottom=472
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 4465 / 4465
  35. -- text alignment: 1
  36. -- font id: 3
  37. -- text size: 9
  38. -- style flags: 0
  39. -- line height: 12
  40. -- part name: Index
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   push cd
  44.   visual barn door close to black
  45.   visual barn door open
  46.   go cd "LImacSTACK index"
  47. end mouseUp
  48.  
  49.